Skip to content

chore(deps): update dependency ultracite to v7#164

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ultracite-7.x
Open

chore(deps): update dependency ultracite to v7#164
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ultracite-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 1, 2026

This PR contains the following updates:

Package Type Update Change OpenSSF
ultracite (source) devDependencies major 5.6.47.5.6 OpenSSF Scorecard

Release Notes

haydenbleasel/ultracite (ultracite)

v7.5.6

Compare Source

Patch Changes
  • acf4a97: Update oxlint jest rules
  • 6905932: Fix vitest/no-importing-vitest-globals conflict
  • 4e4dc03: Update oxlint vitest rules
  • 6a583d1: Fix oxfmt setup config

v7.5.5

Compare Source

Patch Changes
  • 5437f81: Attempt to fix oxlint/oxfmt AGAIN

v7.5.4

Compare Source

Patch Changes
  • 66999e0: Fix oxlint and oxfmt yet again

v7.5.3

Compare Source

Patch Changes
  • 97c3938: Fix oxlint and oxfmt import paths

v7.5.2

Compare Source

Patch Changes
  • 22df7a5: Fix oxlint import issues

v7.5.1

Compare Source

Patch Changes
  • e96c55a: Switch oxlint.config.ts to js imports

v7.5.0

Compare Source

Minor Changes
  • 7861cf7: Migrate oxlint and oxfmt configurations from JSON to TypeScript using defineConfig. The CLI now generates oxlint.config.ts and oxfmt.config.ts instead of .oxlintrc.json and .oxfmtrc.jsonc, and all internal framework presets have been converted to TypeScript.
Patch Changes
  • fdb1493: Exclude package manager lock files (bun.lock, bun.lockb, package-lock.json, yarn.lock, pnpm-lock.yaml) from Biome linting and formatting

v7.4.4

Compare Source

Patch Changes
  • e9db6f1: Add IBM Bob agent, editor, and logo
  • 5341bcc: Disable vitest/prefer-strict-boolean-matchers to resolve conflict with prefer-to-be-truthy and prefer-to-be-falsy

v7.4.3

Compare Source

Patch Changes
  • 42b3552: Update the bundled VS Code settings to use js/ts.tsdk.path and js/ts.tsdk.promptToUseWorkspaceVersion instead of the deprecated typescript.tsdk setting.
  • a0a03c6: Allow utf-8 values in the unicorn/text-encoding-identifier-case rule across the bundled ESLint and Oxlint configs.

v7.4.2

Compare Source

Patch Changes
  • 94e770e: Remove non-existent oxlint rules (import/no-unresolved, vitest/no-done-callback) for compatibility with oxlint 1.58.0+

v7.4.0

Compare Source

Minor Changes
  • c189cf1: Add support for new agent integrations including Zencoder, Ona, OpenClaw, Continue, Snowflake Cortex, Deepagents, Qoder, Kimi CLI, Kode, MCPJam, Mux, Pi, Neovate, Pochi, and AdaL, plus add CodeBuddy as a supported editor.
Patch Changes
  • 04d8455: Add no-void rule with allowAsStatement to complement no-floating-promises
  • e38d579: Fix DEP0190 deprecation warnings in check, fix, and doctor by routing CLI subprocesses through a shared cross-spawn runner with shell: false, while preserving Windows command resolution and direct file-path argument passing.
  • 98cb8c2: Pin ESLint initialization to a peer-compatible dependency set so ultracite init no longer installs an incompatible eslint@latest with eslint-plugin-github
  • fd7d05f: Disable conflicting vitest/prefer-called-times oxlint rule to resolve conflict with vitest/prefer-called-once
  • 581ea40: Add typed ultracite/oxlint exports for use in oxlint.config.ts.

v7.3.2

Compare Source

Patch Changes
  • 8ffeb33: Add support for .oxlintrc.mjs and oxlint.config.ts

v7.3.1

Compare Source

Patch Changes
  • f84edff: Fix --type-aware for Biome
  • acf301c: Migrate from eslint-plugin-import to import-x
  • 5749eb1: Create test frameworks

v7.3.0

Compare Source

Minor Changes
  • 0d27e68: fix noUnusedImports removing new imports in agent hooks
Patch Changes
  • 668fe62: Add --type-aware flag for biome
  • 4280484: Disable max-statements in Oxlint
  • d37b046: Disable jsdoc/require-param-type and jsdoc/require-returns-type for TS files

v7.2.5

Compare Source

Patch Changes
  • 83bafe4: Disable useValidLang rule for SvelteKit app.html to prevent false positives from %lang% placeholder
  • 4df6da9: Disable noUndeclaredVariables for Svelte files to fix false positives with template block variables like {#each}

v7.2.4

Compare Source

Patch Changes
  • cfaa912: Remove Jest and Vitest rules from non-test files
  • f72f2dc: Add support for copilot hooks
  • 66d51fd: Disable import/no-nodejs-modules for Chris Consent
  • d1e8490: Create skill

v7.2.3

Compare Source

Patch Changes

v7.2.2

Compare Source

Patch Changes
  • 8db75d7: Only run shell: true on windows

v7.2.1

Compare Source

Patch Changes
  • 0d21c46: Restore shell for windows

v7.2.0

Compare Source

Minor Changes
Patch Changes
  • 357be7e: Store full package manager info from detectPackageManager()
  • 8666788: Fix Husky precommit hook

v7.1.5

Compare Source

Patch Changes
  • c8fdacf: fix: detectLinter() doesn't walk up directory tree, Breaks monorepo subdirectory usage
  • c79c3b0: Fix lefthook file configuration
  • 4b9d206: Make useBlockStatements fix safe
  • 8e9e728: Add support for NestJS
  • d0ae8f3: Fix: Biome removes all imports in Svelte files on save instead of organizing them

v7.1.4

Compare Source

Patch Changes
  • 34c79bb: Fix conflicting oxlint rules

v7.1.3

Compare Source

Patch Changes
  • c60533d: Fix oxlint import/consistent-type-specifier-style

v7.1.2

Compare Source

Patch Changes
  • 9d443b6: Fix func-style config in oxlint
  • 3d9b488: Fix: argument --unsafe cannot be used multiple times in this context
  • f06808f: Don't pass options to formatters, only linters

v7.1.1

Compare Source

Patch Changes
  • 0e9af01: Automatically add scripts to root package.json
  • 656f6d7: fix(oxlint-remix): ignore unicorn rules for generated routeTree.gen.ts

v7.0.12

Compare Source

Patch Changes
  • f328fc6: Update nypm to remove dependency on corepack
  • 6f638fa: Fix error message when exiting with code 1
  • f328fc6: Fix eslint dependencies during initialization
  • f328fc6: Allow comments in json files

v7.0.11

Compare Source

Patch Changes
  • 79d2756: fix: exit with code 1 when check/fix finds errors
  • c032612: Fix: Parser Errors on .jsonc Files Due to Comments
  • a556651: Move oxlint to optionalDependencies or peerDependencies

v7.0.10

Compare Source

Patch Changes
  • a7b34ed: Add Vercel Agent support
  • b6658ce: Add Claude Code hook integration to run ultracite fix after Write/Edit tool usage.

v7.0.9

Compare Source

Patch Changes
  • 95dd898: Disable sort-imports in favor of oxfmt
  • c72d2b3: Disable react/jsx-max-depth
  • 2ae8976: Disable typescript/require-await

v7.0.8

Compare Source

Patch Changes
  • a9efe80: Add Cursor CLI as agent
  • 00fb477: Add support for Mistral Vibe

v7.0.7

Compare Source

Patch Changes
  • ea7a6dc: Fix oxlint import path
  • a6e43a0: Add more CLI options for oxlint, oxfmt and biome
  • ad52a16: Fix linter provider mention in agent rules

v7.0.6

Compare Source

Patch Changes

v7.0.5

Compare Source

Patch Changes
  • ab47642: add --type-aware and --type-check flags for oxlint

v7.0.4

Compare Source

Patch Changes

v7.0.3

Compare Source

Patch Changes

v7.0.2

Compare Source

Patch Changes
  • 246c1fc: Update docs and README
    Remove catalog dependencies

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
  • c4a205f: Remove i18n docs
  • c4a205f: Remove custom reporter
  • c4a205f: Scaffold support for ESLint and Oxlint
  • c4a205f: Add support for Amazon Q, Crush, Firebender, OpenCode, Qwen and Trae
  • c4a205f: Move biome config under biome
Patch Changes

v6.5.1

Compare Source

v6.5.0

Compare Source

Minor Changes
Patch Changes
  • a942392: Use interface as consistent type definition

v6.4.3

Compare Source

Patch Changes
  • 393a0d1: Explicitly enable css
  • 127c1c6: Fix reporter bug for --unsafe flag
  • 41a73ba: Fix file-based metadata
  • 43b07be: Fix tsconfig patching
  • 9d1d374: Add support for pre-commit (python)
  • f9256db: Add support for Antigravity

v6.4.2

Compare Source

Patch Changes

v6.4.1

Compare Source

Patch Changes
  • a8570b3: respect package manager in generated rules and commands

v6.4.0

Compare Source

Minor Changes

v6.3.12

Compare Source

Patch Changes
  • 635acd1: Fix "canceled" bug for realsies this time

v6.3.10

Compare Source

Patch Changes
  • bc7d89f: Fix nested next.config.ts detection
  • d292922: Replace hardcoded npx commands

v6.3.9

Compare Source

Patch Changes
  • a13eb72: Add support for Factory Droid AI assistant

v6.3.8

Compare Source

Patch Changes

v6.3.7

Compare Source

Patch Changes
  • fec49ac: added cloudflare wrangler generated file to the ignore list

v6.3.6

Compare Source

Patch Changes
  • 99a417c: Fix docs on quotes
  • 5fb7031: Add support for max diagnostics flag
  • c66c232: Remove process.exit from CLI

v6.3.5

Compare Source

Patch Changes

v6.3.4

Compare Source

Patch Changes
  • 3edc530: Bump glob to resolve dependency vulnerability
  • 30ac12c: Update Biome to 2.3.6

v6.3.3

Compare Source

Patch Changes

v6.3.2

Compare Source

Patch Changes

v6.3.1

Compare Source

Patch Changes
  • 908ac57: Add missing hooks cli definition

v6.3.0

Compare Source

Minor Changes
  • a5a1510: Add new hooks flag, add Claude hooks support
Patch Changes
  • 0fed52b: Upgrade Biome to 2.3.4
  • a9347c8: Disable noMagicNumbers and noConsole
  • aa7f769: Updated tsconfig, package.json selector

v6.2.1

Compare Source

Patch Changes
  • 527e737: Update to Biome 2.3.3
  • d5f9d64: Disable useAwait on page.tsx and layout.tsx files in Next.js
  • eb77e3f: add allowForLoopAfterthoughts to noIncrementDecrement

v6.2.0

Compare Source

Minor Changes
  • 4035389: add cursor hooks functionality
  • 18ed1f3: Refactor rules based on hooks and feedback from Cursor team
Patch Changes
  • 7aa5fd8: pass diagnostic-level filter option (stop-gap)
  • f9e2141: Update existing tsconfig files instead of creating a new root one

v6.1.0

Compare Source

Minor Changes
  • b6bdc8e: Introduce Warp agentic terminal support
Patch Changes
  • ba72503: Fix husky initialization
  • b038a60: Fix overrides in Astro, Svelte, Vue presets having no effect
  • b7451ee: Improve core glob
  • f7ebeb8: Improve test coverage for agents

v6.0.5

Compare Source

Patch Changes
  • 5f00bd3: Use overrides in presets
  • 30f488e: Upgrade Biome to 2.3.2, add "noIncrementDecrement"

v6.0.4

Compare Source

Patch Changes
  • b0a7281: setting cursor rule context to glob pattern instead of always apply

v6.0.3

Compare Source

Patch Changes
  • 82e5353: Drop legacy ultracite preset

v6.0.2

Compare Source

Patch Changes

v6.0.1

Compare Source

Patch Changes
  • 5848800: Fix legacy ultracite config

v6.0.0

Compare Source

Major Changes
  • 86ee61e: Add specific Ultracite configurations
Minor Changes
  • d704b5c: Add first-class support for Astro
Patch Changes
  • c5c7ca1: Disable project rules
  • ff83b52: Compress Ultracite agent rules
  • 8987c58: Upgrade to Biome 2.3.0
  • acd8c42: Brand and docs update
  • ed1bcb6: Docs updates and bump deps
  • d0ba90b: Tie framework selection to agent context

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependency updates label Jan 1, 2026
@github-actions github-actions bot added the qa:running QA workflow is currently running label Jan 1, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@github-actions github-actions bot added qa:success QA workflow passed successfully status:ready-for-review Pull request is ready for review and removed qa:running QA workflow is currently running labels Jan 1, 2026
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 7ef5a83 to f06503b Compare January 2, 2026 02:50
@github-actions github-actions bot added qa:running QA workflow is currently running qa:success QA workflow passed successfully and removed qa:success QA workflow passed successfully qa:running QA workflow is currently running labels Jan 2, 2026
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from f06503b to 4efbd07 Compare January 3, 2026 22:58
@github-actions github-actions bot added qa:running QA workflow is currently running qa:success QA workflow passed successfully and removed qa:success QA workflow passed successfully qa:running QA workflow is currently running labels Jan 3, 2026
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 4efbd07 to aae0ccb Compare January 4, 2026 14:41
@github-actions github-actions bot added qa:running QA workflow is currently running qa:success QA workflow passed successfully and removed qa:success QA workflow passed successfully qa:running QA workflow is currently running labels Jan 4, 2026
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from aae0ccb to 02334ed Compare January 4, 2026 23:41
@github-actions github-actions bot added qa:running QA workflow is currently running qa:success QA workflow passed successfully and removed qa:success QA workflow passed successfully qa:running QA workflow is currently running labels Jan 4, 2026
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 02334ed to e90ee9c Compare January 5, 2026 12:32
@github-actions github-actions bot added qa:running QA workflow is currently running and removed qa:success QA workflow passed successfully qa:running QA workflow is currently running labels Jan 5, 2026
@github-actions github-actions bot added qa:running QA workflow is currently running qa:success QA workflow passed successfully and removed qa:running QA workflow is currently running labels Jan 8, 2026
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from 8266e01 to ca2f708 Compare January 9, 2026 06:42
@github-actions github-actions bot added qa:running QA workflow is currently running qa:success QA workflow passed successfully and removed qa:success QA workflow passed successfully qa:running QA workflow is currently running labels Jan 9, 2026
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from ca2f708 to 403f98f Compare January 10, 2026 10:00
@github-actions github-actions bot added qa:running QA workflow is currently running and removed qa:success QA workflow passed successfully labels Jan 10, 2026
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch 4 times, most recently from 131c6ee to 0a2cfcc Compare January 27, 2026 06:44
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch 4 times, most recently from 8fc9fdd to f04e976 Compare February 8, 2026 02:23
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch 8 times, most recently from e4dbee8 to a06f52e Compare February 18, 2026 03:43
@renovate renovate bot force-pushed the renovate/ultracite-7.x branch from a06f52e to 4fa9f1d Compare February 20, 2026 06:39
@socket-security
Copy link
Copy Markdown

socket-security bot commented Mar 31, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedultracite@​5.6.4 ⏵ 7.5.69910086 +1996100

View full report

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates qa:running QA workflow is currently running status:ready-for-review Pull request is ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants